Chat Application

  • Tech Stack: Spring Boot, HTML, Web Socket
  • Github URL: Project Link

A simple chat application built with Java using Socket programming. This project demonstrates the basics of network programming and client-server architecture.

    Feature:
  • Multi-client support: The server can handle multiple clients simultaneously.
  • Real-time messaging: Messages sent by a client are broadcasted to all connected clients.